home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_x / xcoral16.zip / FLIST.H < prev    next >
C/C++ Source or Header  |  1993-01-15  |  2KB  |  60 lines

  1. /*
  2. ** Copyright 1989, 1992 by Lionel Fournigault
  3. **
  4. ** Permission to use, copy, and distribute for non-commercial purposes,
  5. ** is hereby granted without fee, providing that the above copyright
  6. ** notice appear in all copies and that both the copyright notice and this
  7. ** permission notice appear in supporting documentation.
  8. ** The software may be modified for your own purposes, but modified versions
  9. ** may not be distributed.
  10. ** This software is provided "as is" without any expressed or implied warranty.
  11. **
  12. **
  13. */
  14.  
  15. /*
  16.  * C'est juste pour lint
  17.  */
  18.  
  19. extern void    parse_file ( /* name */ );
  20. extern char    *RestoreKillBuf ( /* i, len, dn */ );
  21. extern void    LoadKillBuffer ( /* buf */ );
  22. extern void    LoadFileNames ( /* buf */ );
  23. extern char    *GetStringFromWindow ( /* w, gc, font, s, x, y, reply, flag */ );
  24. extern char    *GetStringFromSelect ( /* window, type */ );
  25. extern char    *GetStringFromDialogBox ( /* w, s */ );
  26. extern void    ExecMenuFunc ();
  27. extern void    InitEvent ();
  28. extern void    InitKillBuf ();
  29. extern void    InitDialogWindow ();
  30. extern void    InitFileSelector ();
  31. extern void    StoreInKillBuf ( /* s, len, n */ );
  32. extern void    Help ( /* text */ );
  33. extern void    Version ( /* text */ );
  34. extern void     NewWindow ( /* text */ );
  35. extern int    DeleteWindow ( /*text */ );
  36. extern void    DisplayOpenFiles ( /* text */ );
  37. extern void    WaitButtonRelease ( /* button */ );
  38. extern void    WaitForEvent ();
  39. extern void    DisplayKillBuffer( /* text */ );
  40. extern void    MenuForwardSearch ( /* text */ );
  41. extern void    MenuBackwardSearch ( /* text */ );
  42. extern void    MenuQueryReplace ( /* text */ );
  43. extern void    MenuGlobalReplace ( /* text */ );
  44. extern void    MenuGotoLine ( /* text */ );
  45. extern void    DisplayKillBuffer ( /* text */ );
  46. extern void    MakeMethod ( /* text */ );
  47. extern void    MakeClass ( /* text */ );
  48. extern void    MakeFunction ( /* text */ );
  49. extern void    KbdReadFile ( /* text */ );
  50. extern void    KbdInsertFile ( /* text */ );
  51. extern void    KbdSaveFile ( /* text */ );
  52. extern void    KbdWriteFile ( /* text */ );
  53. extern void    MenuReadFile ( /* text */ );
  54. extern void    MenuInsertFile ( /* text */ );
  55. extern void    MenuSaveFile ( /* text */ );
  56. extern void    MenuWriteFile ( /* text */ );
  57. extern void     MenuGotoLine ( /* text */ );
  58. extern void    Display3D ( /* display, window */ );
  59. extern void    CreateRGC ( /* display, window */ );
  60.